home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 11 / CD-ROM Now MegaDisc 11 (1995-02).iso / txt / 44lite.txt next >
Text File  |  1994-10-05  |  2KB  |  52 lines

  1. 4.4BSD-Lite is source code ONLY.  If you love to read good code and
  2. tinker with your system, this is the disc for you.  This software
  3. contains software developed by the University of California,
  4. Berkeley, and its contributors.  This CDROM includes source code and
  5. manual pages for the C library, about 95% of the utilities
  6. distributed in 4.4BSD, and all but a few files from the kernel.  The
  7. system is almost entirely ANSI C and IEEE POSIX 1003.1 and 1003.2
  8. standards compliant.
  9.  
  10. The 4.4BSD-Lite distribution adds support for several new
  11. architectures including Sparcstations 1 and 2, MIPS based Decstation
  12. 3100, 5000, and Sony NEWS, 68000 based HP 9000/300 and Omron Luna,
  13. and 386 based PC's.  Both the HP300 and SPARC ports can run native
  14. operating system binaries via emulation.
  15.  
  16. Note: It is not possible to compile or run 4.4BSD-Lite without a
  17. preexisting system that is already installed and running.
  18. 4.4BSD-Lite does not contain program binaries for any architecture.  
  19.  
  20.     Major new facilities include: 
  21.  
  22. * A new virtual memory implementation derived from the MACH operating
  23. system developed at Carnegie Mellon.
  24.  
  25. * A new virtual filesystem interface supporting filesystem stacking.
  26.  
  27. * A freely redistributable version of NFS.
  28.  
  29. * A new log-structured filesystem that provides near disk-speed
  30. output and fast crash recovery.
  31.  
  32. * The conversion to the IEEE Std1003.1 (``POSIX'') facilities.  The
  33. new terminal driver is similar to the System V driver with extensions
  34. to get the functionality previously available in the 4.3BSD terminal
  35. driver.
  36.  
  37. * Several new tools and utilities including a new ``make'' which
  38. allows simplified makefiles for the system software and allows
  39. compilation for multiple architectures from the same source tree.
  40.  
  41. * Many IEEE Std1003.2 facilities.  Most of the traditional utilities
  42. are new versions conformant with POSIX standards.  Almost the entire
  43. manual suite is new.
  44.  
  45. * Kerberos (version 4) authentication software is integrated into
  46. much of the system (including NFS) to provide the first real network
  47. authentication on BSD.
  48.  
  49. * Many new utilities and additions in the C-library.
  50.  
  51. * And more.
  52.